Web MIDI API: disallow to add custom exceptions on content settings UI
[chromium-blink-merge.git] / cc / resources / raster_buffer.cc
blob8f5671720e386ef03d7bea099ab3ce6164dcacd8
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/resources/raster_buffer.h"
7 namespace cc {
9 RasterBuffer::RasterBuffer() {
12 RasterBuffer::~RasterBuffer() {
15 } // namespace cc