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; |
} |