Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2608)

Unified Diff: cc/resources/display_item.cc

Issue 761903003: Update from https://crrev.com/306655 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/resources/display_item.h ('k') | cc/resources/display_item_list.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/display_item.cc
diff --git a/cc/resources/raster_buffer.cc b/cc/resources/display_item.cc
similarity index 65%
copy from cc/resources/raster_buffer.cc
copy to cc/resources/display_item.cc
index 8f5671720e386ef03d7bea099ab3ce6164dcacd8..33069a53fdf27f60efe5c6f43caf4f707c83a4d5 100644
--- a/cc/resources/raster_buffer.cc
+++ b/cc/resources/display_item.cc
@@ -2,14 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "cc/resources/raster_buffer.h"
+#include "cc/resources/display_item.h"
namespace cc {
-RasterBuffer::RasterBuffer() {
-}
-
-RasterBuffer::~RasterBuffer() {
+DisplayItem::DisplayItem() {
}
} // namespace cc
« no previous file with comments | « cc/resources/display_item.h ('k') | cc/resources/display_item_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698