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

Unified Diff: cc/test/layer_tree_test.h

Issue 802343007: cc: Turn off verify_property_trees (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: clobber and 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 | « no previous file | cc/test/layer_tree_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/layer_tree_test.h
diff --git a/cc/test/layer_tree_test.h b/cc/test/layer_tree_test.h
index 1587f2c95b70edcf726468d98eca3ac171afd00f..e071f348719f41de16da9ac7d299602ce655438f 100644
--- a/cc/test/layer_tree_test.h
+++ b/cc/test/layer_tree_test.h
@@ -151,6 +151,11 @@ class LayerTreeTest : public testing::Test, public TestHooks {
void DoBeginTest();
void Timeout();
+ bool verify_property_trees() const { return verify_property_trees_; }
+ void set_verify_property_trees(bool verify_property_trees) {
+ verify_property_trees_ = verify_property_trees;
+ }
+
protected:
LayerTreeTest();
@@ -210,7 +215,6 @@ class LayerTreeTest : public testing::Test, public TestHooks {
TestWebGraphicsContext3D* TestContext();
-
private:
LayerTreeSettings settings_;
scoped_ptr<LayerTreeHostClientForTesting> client_;
@@ -225,6 +229,7 @@ class LayerTreeTest : public testing::Test, public TestHooks {
bool started_;
bool ended_;
bool delegating_renderer_;
+ bool verify_property_trees_;
int timeout_seconds_;
« no previous file with comments | « no previous file | cc/test/layer_tree_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698