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

Unified Diff: cc/proto/layer.proto

Issue 2456093003: Enable more layer_tree_host_unittest for LayerTreeHostRemote. (Closed)
Patch Set: Works on feedback. Created 4 years, 1 month 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
Index: cc/proto/layer.proto
diff --git a/cc/proto/layer.proto b/cc/proto/layer.proto
index dfb188de9736158fd4f9b6f5ca101970938c6f25..c8c6b84f9637267d82be5b0ba6f8762e10c4c61e 100644
--- a/cc/proto/layer.proto
+++ b/cc/proto/layer.proto
@@ -35,6 +35,7 @@ message LayerNode {
// Layer Types for testing only.
FAKE_PICTURE_LAYER = 5;
+ PUSH_PROPERTIES_COUNTING_LAYER = 6;
// TODO(nyquist): Add the rest of the necessary LayerTypes.
};

Powered by Google App Engine
This is Rietveld 408576698