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

Unified Diff: content/common/gpu/stream_texture_android.h

Issue 1421903006: ui/gl: Move GLImage into gl namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ozone demo Created 5 years, 2 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/common/gpu/stream_texture_android.h
diff --git a/content/common/gpu/stream_texture_android.h b/content/common/gpu/stream_texture_android.h
index 94a0848ee0d780a9726464ab4d1d528f3e2a5564..a761206b2ac297fd24b43d1a70822422b8c3148a 100644
--- a/content/common/gpu/stream_texture_android.h
+++ b/content/common/gpu/stream_texture_android.h
@@ -18,7 +18,7 @@ class Size;
namespace content {
-class StreamTexture : public gfx::GLImage,
+class StreamTexture : public gl::GLImage,
public IPC::Listener,
public GpuCommandBufferStub::DestructionObserver {
public:
@@ -32,7 +32,7 @@ class StreamTexture : public gfx::GLImage,
uint32 texture_id);
~StreamTexture() override;
- // gfx::GLImage implementation:
+ // gl::GLImage implementation:
void Destroy(bool have_context) override;
gfx::Size GetSize() override;
unsigned GetInternalFormat() override;

Powered by Google App Engine
This is Rietveld 408576698