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

Unified Diff: content/content_browser.gypi

Issue 1123763003: Draw the offscreen texture to reflector's surface without extra copy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: moved texture code to ReflectorTexture Created 5 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
« no previous file with comments | « content/browser/compositor/reflector_texture.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 65e3d0ff33c10fbd8f8024a2b4d342b963f83db1..c3c9dcd5d6a2b01939825a87a8a259198678c86a 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -1589,6 +1589,8 @@
'browser/compositor/owned_mailbox.h',
'browser/compositor/reflector_impl.cc',
'browser/compositor/reflector_impl.h',
+ 'browser/compositor/reflector_texture.cc',
+ 'browser/compositor/reflector_texture.h',
'browser/compositor/resize_lock.cc',
'browser/compositor/resize_lock.h',
'browser/compositor/software_browser_compositor_output_surface.cc',
« no previous file with comments | « content/browser/compositor/reflector_texture.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698