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 b467c0ee261459d407cb241fd94853a477a369e3..c5070725c1ba433ba12262f45de3e4d718c47427 100644 |
--- a/content/test/test_render_view_host.h |
+++ b/content/test/test_render_view_host.h |
@@ -125,7 +125,7 @@ class TestRenderWidgetHostView : public RenderWidgetHostViewBase { |
gfx::Rect GetBoundsInRootWindow() override; |
bool LockMouse() override; |
void UnlockMouse() override; |
- uint32_t GetSurfaceIdNamespace() override; |
+ uint32_t GetSurfaceClientId() override; |
bool is_showing() const { return is_showing_; } |
bool is_occluded() const { return is_occluded_; } |