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

Unified Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 2868323003: Canvas2D on WebGL texture (Closed)
Patch Set: Created 3 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
Index: third_party/WebKit/Source/platform/BUILD.gn
diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
index 12a4ef6750daf86c52cda13ea54980f44cb59b16..8543270ff2ceb226ac0016b8db44bdad3edff0b0 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -1036,6 +1036,8 @@ component("platform") {
"graphics/gpu/SharedContextRateLimiter.h",
"graphics/gpu/SharedGpuContext.cpp",
"graphics/gpu/SharedGpuContext.h",
+ "graphics/gpu/TextureImageBufferSurface.cpp",
+ "graphics/gpu/TextureImageBufferSurface.h",
"graphics/gpu/WebGLImageConversion.cpp",
"graphics/gpu/WebGLImageConversion.h",
"graphics/paint/ClipDisplayItem.cpp",

Powered by Google App Engine
This is Rietveld 408576698