Compute can_use_lcd_text using property trees.
[chromium-blink-merge.git] / cc / raster / raster_buffer.cc
blob390fbd6cbbc29cf9a958e639204b9a1d5dcec2cf
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "cc/raster/raster_buffer.h"
7 namespace cc {
9 RasterBuffer::RasterBuffer() {
12 RasterBuffer::~RasterBuffer() {
15 } // namespace cc