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

Unified Diff: Source/platform/graphics/gpu/SharedGraphicsContext3D.cpp

Issue 127163003: Completely removed the Extensions3D class (Take 2) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 11 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 | « Source/platform/graphics/gpu/DrawingBuffer.cpp ('k') | Source/web/WebMediaPlayerClientImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/gpu/SharedGraphicsContext3D.cpp
diff --git a/Source/platform/graphics/gpu/SharedGraphicsContext3D.cpp b/Source/platform/graphics/gpu/SharedGraphicsContext3D.cpp
index 9ce882a824c16c6d11a00f183530642638aaa30f..8416604284fa1f20b6e7401e7924fd7c6c6f2912 100644
--- a/Source/platform/graphics/gpu/SharedGraphicsContext3D.cpp
+++ b/Source/platform/graphics/gpu/SharedGraphicsContext3D.cpp
@@ -28,7 +28,6 @@
#include "platform/graphics/gpu/SharedGraphicsContext3D.h"
-#include "platform/graphics/Extensions3D.h"
#include "public/platform/Platform.h"
#include "public/platform/WebGraphicsContext3D.h"
#include "public/platform/WebGraphicsContext3DProvider.h"
@@ -67,7 +66,7 @@ public:
}
if (m_context && wasCreated)
- m_context->extensions()->pushGroupMarkerEXT("SharedGraphicsContext");
+ m_context->webContext()->pushGroupMarkerEXT("SharedGraphicsContext");
return m_context;
}
« no previous file with comments | « Source/platform/graphics/gpu/DrawingBuffer.cpp ('k') | Source/web/WebMediaPlayerClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698