flutter_flutter/sky/shell/rasterizer.cc
2016-08-09 13:52:15 -07:00

15 lines
317 B
C++

// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "flutter/sky/shell/rasterizer.h"
namespace sky {
namespace shell {
Rasterizer::~Rasterizer() {
}
} // namespace shell
} // namespace sky