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

Unified Diff: third_party/WebKit/Source/platform/blink_platform.gypi

Issue 2300633004: Allow canvases to be GPU-accelerated in Workers (Closed)
Patch Set: Created 4 years, 4 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: third_party/WebKit/Source/platform/blink_platform.gypi
diff --git a/third_party/WebKit/Source/platform/blink_platform.gypi b/third_party/WebKit/Source/platform/blink_platform.gypi
index 36b710dffb4ba5e635716472e2e2926638f5598c..3797bc423fb12595448ec48ba02be42bd4b5c72d 100644
--- a/third_party/WebKit/Source/platform/blink_platform.gypi
+++ b/third_party/WebKit/Source/platform/blink_platform.gypi
@@ -739,6 +739,8 @@
'graphics/gpu/AcceleratedImageBufferSurface.h',
'graphics/gpu/SharedContextRateLimiter.cpp',
'graphics/gpu/SharedContextRateLimiter.h',
+ 'graphics/gpu/SharedGpuContext.cpp',
+ 'graphics/gpu/SharedGpuContext.h',
'graphics/gpu/DrawingBuffer.cpp',
'graphics/gpu/DrawingBuffer.h',
'graphics/gpu/Extensions3DUtil.cpp',

Powered by Google App Engine
This is Rietveld 408576698