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

Unified Diff: content/browser/renderer_host/backing_store_skia.h

Issue 8369006: [Aura] Support transparent webkit. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 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: content/browser/renderer_host/backing_store_skia.h
diff --git a/content/browser/renderer_host/backing_store_skia.h b/content/browser/renderer_host/backing_store_skia.h
index c1d516981570060ac46c65a0138dfd52e26ac618..e613bfe05bc02ecc4830171c83c376e6a2f1703b 100644
--- a/content/browser/renderer_host/backing_store_skia.h
+++ b/content/browser/renderer_host/backing_store_skia.h
@@ -10,6 +10,7 @@
#include "content/browser/renderer_host/backing_store.h"
#include "content/common/content_export.h"
#include "third_party/skia/include/core/SkBitmap.h"
+#include "third_party/skia/include/core/SkPaint.h"
class SkCanvas;
@@ -50,6 +51,8 @@ class BackingStoreSkia : public BackingStore {
scoped_ptr<SkCanvas> canvas_;
+ SkPaint copy_paint_;
+
DISALLOW_COPY_AND_ASSIGN(BackingStoreSkia);
};

Powered by Google App Engine
This is Rietveld 408576698