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

Unified Diff: third_party/WebKit/Source/platform/graphics/GraphicsTypes3D.h

Issue 2648893002: Remove remaining traces of CreateGpuMemoryBufferImageCHROMIUM (Closed)
Patch Set: Rebase, but don't pull in extra changes... Created 3 years, 10 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 | « ppapi/proxy/ppapi_command_buffer_proxy.cc ('k') | ui/gl/gl_bindings.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/graphics/GraphicsTypes3D.h
diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsTypes3D.h b/third_party/WebKit/Source/platform/graphics/GraphicsTypes3D.h
index 8a58705d61f48ff360a3128e93cd7f10b6c429f3..01a8bd1fd408a133f197a2e00765bb63be3f51ee 100644
--- a/third_party/WebKit/Source/platform/graphics/GraphicsTypes3D.h
+++ b/third_party/WebKit/Source/platform/graphics/GraphicsTypes3D.h
@@ -50,10 +50,6 @@ const unsigned GC3D_COMPRESSED_ATC_RGB_AMD = 0x8C92;
const unsigned GC3D_COMPRESSED_ATC_RGBA_EXPLICIT_ALPHA_AMD = 0x8C93;
const unsigned GC3D_COMPRESSED_ATC_RGBA_INTERPOLATED_ALPHA_AMD = 0x87EE;
-// GL_CHROMIUM_gpu_memory_buffer_image
-const unsigned GC3D_MAP_CHROMIUM = 0x78F1;
-const unsigned GC3D_SCANOUT_CHROMIUM = 0x78F2;
-
namespace blink {
enum SourceDrawingBuffer { FrontBuffer, BackBuffer };
« no previous file with comments | « ppapi/proxy/ppapi_command_buffer_proxy.cc ('k') | ui/gl/gl_bindings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698