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

Unified Diff: content/test/test_render_view_host.cc

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.cc
diff --git a/content/test/test_render_view_host.cc b/content/test/test_render_view_host.cc
index 8f9c9906179661ef9870bec8cf64839475ef6363..29fc6f7c8b8d9649435e149c928e37ee873ad415 100644
--- a/content/test/test_render_view_host.cc
+++ b/content/test/test_render_view_host.cc
@@ -205,11 +205,11 @@ bool TestRenderWidgetHostView::LockMouse() {
void TestRenderWidgetHostView::UnlockMouse() {
}
-uint32_t TestRenderWidgetHostView::GetSurfaceIdNamespace() {
+uint32_t TestRenderWidgetHostView::GetSurfaceClientId() {
// See constructor. If a test needs this, its harness needs to construct an
// ImageTransportFactory.
DCHECK(surface_id_allocator_);
- return surface_id_allocator_->id_namespace();
+ return surface_id_allocator_->client_id();
}
TestRenderViewHost::TestRenderViewHost(

Powered by Google App Engine
This is Rietveld 408576698