Index: content/test/test_render_view_host.h |
diff --git a/content/test/test_render_view_host.h b/content/test/test_render_view_host.h |
index ffd6bc3bf71f538a423e80ced74d316634f57911..501685a1f1af5624f5566b4212ec379e61f2ecd1 100644 |
--- a/content/test/test_render_view_host.h |
+++ b/content/test/test_render_view_host.h |
@@ -121,7 +121,7 @@ class TestRenderWidgetHostView : public RenderWidgetHostViewBase { |
gfx::Rect GetBoundsInRootWindow() override; |
bool LockMouse() override; |
void UnlockMouse() override; |
- uint32_t GetSurfaceClientId() override; |
+ cc::FrameSinkId GetFrameSinkId() override; |
bool is_showing() const { return is_showing_; } |
bool is_occluded() const { return is_occluded_; } |