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

Unified Diff: content/test/test_render_view_host.h

Issue 2136413002: Update Surface ID Terminology (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed webkit_unit_tests Created 4 years, 5 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: 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_; }

Powered by Google App Engine
This is Rietveld 408576698