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

Unified Diff: android_webview/browser/aw_render_thread_context_provider.h

Issue 1998723002: Move code in ui/gl/* from gfx:: to gl:: (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 7 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: android_webview/browser/aw_render_thread_context_provider.h
diff --git a/android_webview/browser/aw_render_thread_context_provider.h b/android_webview/browser/aw_render_thread_context_provider.h
index c24add44754715fc9a4b62089bfca277f02946df..ef0fecf13542cce9d1b6b0e1573f2a3d0b29774f 100644
--- a/android_webview/browser/aw_render_thread_context_provider.h
+++ b/android_webview/browser/aw_render_thread_context_provider.h
@@ -16,7 +16,7 @@
#include "third_party/skia/include/core/SkRefCnt.h"
#include "third_party/skia/include/gpu/GrContext.h"
-namespace gfx {
+namespace gl {
class GLSurface;
}
@@ -29,12 +29,12 @@ namespace android_webview {
class AwRenderThreadContextProvider : public cc::ContextProvider {
public:
static scoped_refptr<AwRenderThreadContextProvider> Create(
- scoped_refptr<gfx::GLSurface> surface,
+ scoped_refptr<gl::GLSurface> surface,
scoped_refptr<gpu::InProcessCommandBuffer::Service> service);
private:
AwRenderThreadContextProvider(
- scoped_refptr<gfx::GLSurface> surface,
+ scoped_refptr<gl::GLSurface> surface,
scoped_refptr<gpu::InProcessCommandBuffer::Service> service);
~AwRenderThreadContextProvider() override;
« no previous file with comments | « android_webview/browser/aw_gl_surface.h ('k') | android_webview/browser/aw_render_thread_context_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698