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

Unified Diff: cc/test/layer_tree_test.h

Issue 667793004: Support single-threaded impl-side painting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase, add ContextCapabilities Created 6 years, 2 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
Index: cc/test/layer_tree_test.h
diff --git a/cc/test/layer_tree_test.h b/cc/test/layer_tree_test.h
index 09ef1e51176b5330bb6ed6091dc670c091a86c17..375a23b9838d17581de2662fc96c5e9f91bacf88 100644
--- a/cc/test/layer_tree_test.h
+++ b/cc/test/layer_tree_test.h
@@ -134,6 +134,7 @@ class LayerTreeTest : public testing::Test, public TestHooks {
void PostSetNeedsRedrawRectToMainThread(const gfx::Rect& damage_rect);
void PostSetVisibleToMainThread(bool visible);
void PostSetNextCommitForcesRedrawToMainThread();
+ void PostCompositeImmediatelyToMainThread();
void DoBeginTest();
void Timeout();
@@ -154,6 +155,7 @@ class LayerTreeTest : public testing::Test, public TestHooks {
void DispatchSetVisible(bool visible);
void DispatchSetNextCommitForcesRedraw();
void DispatchDidAddAnimation();
+ void DispatchCompositeImmediately();
virtual void AfterTest() = 0;
virtual void WillBeginTest();

Powered by Google App Engine
This is Rietveld 408576698