Index: android_webview/browser/test/rendering_test.h |
diff --git a/android_webview/browser/test/rendering_test.h b/android_webview/browser/test/rendering_test.h |
index 5b369d473b8d79adadf209dbe248e27077950836..fc3d799a0d8a6bdd114d97692fc265509d7f442b 100644 |
--- a/android_webview/browser/test/rendering_test.h |
+++ b/android_webview/browser/test/rendering_test.h |
@@ -24,6 +24,7 @@ class CompositorFrame; |
} |
namespace content { |
+class SynchronousCompositor; |
class TestSynchronousCompositor; |
} |
@@ -80,6 +81,7 @@ class RenderingTest : public testing::Test, |
void RunTest(); |
void InitializeCompositor(); |
void EndTest(); |
+ content::SynchronousCompositor* ActiveCompositor() const; |
std::unique_ptr<cc::CompositorFrame> ConstructEmptyFrame(); |
std::unique_ptr<cc::CompositorFrame> ConstructFrame( |
cc::ResourceId resource_id); |