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

Unified Diff: cc/heads_up_display_unittest.cc

Issue 11414017: cc: handling debug settings in new LayerTreeDebugState structure (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: fixing tests Created 8 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/heads_up_display_unittest.cc
diff --git a/cc/heads_up_display_unittest.cc b/cc/heads_up_display_unittest.cc
index ce08e202b1ab03e2f484c7bb41f773a213c1346c..9fb133aa8e8b64c9267443d0b83e8d1e5458b35b 100644
--- a/cc/heads_up_display_unittest.cc
+++ b/cc/heads_up_display_unittest.cc
@@ -17,7 +17,7 @@ protected:
virtual void initializeSettings(LayerTreeSettings& settings) OVERRIDE
{
// Enable the HUD without requiring text.
- settings.showPropertyChangedRects = true;
+ settings.initialDebugState.showPropertyChangedRects = true;
}
};

Powered by Google App Engine
This is Rietveld 408576698