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

Unified Diff: gpu/ipc/service/stream_texture_android.cc

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
« no previous file with comments | « gpu/ipc/service/stream_texture_android.h ('k') | gpu/perftests/measurements.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/ipc/service/stream_texture_android.cc
diff --git a/gpu/ipc/service/stream_texture_android.cc b/gpu/ipc/service/stream_texture_android.cc
index 49ad894acc0d18cfaf7f6dcc67d4b5ecf93eac23..ffa9a0abce9514a211fa075802a57ece4fd48679 100644
--- a/gpu/ipc/service/stream_texture_android.cc
+++ b/gpu/ipc/service/stream_texture_android.cc
@@ -61,7 +61,7 @@ bool StreamTexture::Create(GpuCommandBufferStub* owner_stub,
StreamTexture::StreamTexture(GpuCommandBufferStub* owner_stub,
int32_t route_id,
uint32_t texture_id)
- : surface_texture_(gfx::SurfaceTexture::Create(texture_id)),
+ : surface_texture_(gl::SurfaceTexture::Create(texture_id)),
size_(0, 0),
has_pending_frame_(false),
owner_stub_(owner_stub),
« no previous file with comments | « gpu/ipc/service/stream_texture_android.h ('k') | gpu/perftests/measurements.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698