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

Unified Diff: components/html_viewer/global_state.h

Issue 1351013002: Revert of Mandoline UI Process: Update namespaces and file names (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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
« no previous file with comments | « components/html_viewer/document_resource_waiter.cc ('k') | components/html_viewer/html_document.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/html_viewer/global_state.h
diff --git a/components/html_viewer/global_state.h b/components/html_viewer/global_state.h
index 0d60e79d46d1e629ef5042f94c5d31e1b8334f8c..28ee041c6950e1763ee6685a21054e68a8816eaf 100644
--- a/components/html_viewer/global_state.h
+++ b/components/html_viewer/global_state.h
@@ -74,7 +74,7 @@
return &raster_thread_helper_;
}
- mus::MojoGpuMemoryBufferManager* gpu_memory_buffer_manager() {
+ gles2::MojoGpuMemoryBufferManager* gpu_memory_buffer_manager() {
return &gpu_memory_buffer_manager_;
}
@@ -109,7 +109,7 @@
scoped_ptr<BlinkPlatformImpl> blink_platform_;
base::Thread compositor_thread_;
gles2::RasterThreadHelper raster_thread_helper_;
- mus::MojoGpuMemoryBufferManager gpu_memory_buffer_manager_;
+ gles2::MojoGpuMemoryBufferManager gpu_memory_buffer_manager_;
scoped_ptr<MediaFactory> media_factory_;
#if defined(OS_LINUX) && !defined(OS_ANDROID)
« no previous file with comments | « components/html_viewer/document_resource_waiter.cc ('k') | components/html_viewer/html_document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698