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

Unified Diff: cc/test/stub_layer_tree_host_client.cc

Issue 2174653002: cc: Break up with FakeLayerTreeHostClient. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fakeoutputsurface
Patch Set: lthclient-tests: . Created 4 years, 5 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/stub_layer_tree_host_client.h ('k') | cc/test/stub_layer_tree_host_single_thread_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/stub_layer_tree_host_client.cc
diff --git a/cc/proto/vector2d.proto b/cc/test/stub_layer_tree_host_client.cc
similarity index 53%
copy from cc/proto/vector2d.proto
copy to cc/test/stub_layer_tree_host_client.cc
index 15171844ffc443d28cae7c70e2149ac3989200ab..650faaf772cd194b807676ff78ed25ba1d57e7d6 100644
--- a/cc/proto/vector2d.proto
+++ b/cc/test/stub_layer_tree_host_client.cc
@@ -2,13 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-syntax = "proto2";
+#include "cc/test/stub_layer_tree_host_client.h"
-option optimize_for = LITE_RUNTIME;
+namespace cc {
-package cc.proto;
+StubLayerTreeHostClient::~StubLayerTreeHostClient() = default;
-message Vector2d {
- optional int64 x = 1;
- optional int64 y = 2;
-}
+} // namespace cc
« no previous file with comments | « cc/test/stub_layer_tree_host_client.h ('k') | cc/test/stub_layer_tree_host_single_thread_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698