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

Unified Diff: cc/test/fake_picture_layer.cc

Issue 2646623002: cc: Remove all blimp code from cc. (Closed)
Patch Set: test build Created 3 years, 11 months 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/test/fake_picture_layer.h ('k') | cc/test/fake_remote_compositor_bridge.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/fake_picture_layer.cc
diff --git a/cc/test/fake_picture_layer.cc b/cc/test/fake_picture_layer.cc
index 264d41bdd9ff39b34d909b815a63ea0c3ba588f3..187350f4b680dfbba7bad69679dbe0f530e27b3a 100644
--- a/cc/test/fake_picture_layer.cc
+++ b/cc/test/fake_picture_layer.cc
@@ -4,7 +4,6 @@
#include "cc/test/fake_picture_layer.h"
-#include "cc/proto/layer.pb.h"
#include "cc/test/fake_picture_layer_impl.h"
namespace cc {
@@ -49,9 +48,4 @@ bool FakePictureLayer::IsSuitableForGpuRasterization() const {
return PictureLayer::IsSuitableForGpuRasterization();
}
-void FakePictureLayer::SetTypeForProtoSerialization(
- proto::LayerNode* proto) const {
- proto->set_type(proto::LayerNode::FAKE_PICTURE_LAYER);
-}
-
} // namespace cc
« no previous file with comments | « cc/test/fake_picture_layer.h ('k') | cc/test/fake_remote_compositor_bridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698