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

Unified Diff: public/platform/WebExternalTextureMailbox.h

Issue 17859003: Allow DrawingBuffer to present to a bitmap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 6 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: public/platform/WebExternalTextureMailbox.h
diff --git a/public/platform/WebExternalTextureMailbox.h b/public/platform/WebExternalTextureMailbox.h
index 785e9181ae0c05a2448245a4d39e45452a63bd24..ad43a9abf06ba9f9826306d206bdb1fa904be004 100644
--- a/public/platform/WebExternalTextureMailbox.h
+++ b/public/platform/WebExternalTextureMailbox.h
@@ -36,6 +36,8 @@ namespace WebKit {
struct WebExternalTextureMailbox {
signed char name[64];
unsigned syncPoint;
+ SkBitmap bitmap;
+ WebSize size;
WebExternalTextureMailbox()
: syncPoint(0)

Powered by Google App Engine
This is Rietveld 408576698