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

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

Issue 10451112: content/chromeos: Fix WebKit software rendering in high-device-scale-factors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: const-int Created 8 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: 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 beb110dbc77e73c69e1611fa171c0ec146abaaf2..209f7a439ae528b04ce6e03fede1cf0183984a7b 100644
--- a/content/browser/renderer_host/backing_store_skia.h
+++ b/content/browser/renderer_host/backing_store_skia.h
@@ -55,6 +55,7 @@ class BackingStoreSkia : public BackingStore {
SkBitmap bitmap_;
scoped_ptr<SkCanvas> canvas_;
+ int device_scale_factor_;
DISALLOW_COPY_AND_ASSIGN(BackingStoreSkia);
};
« no previous file with comments | « no previous file | content/browser/renderer_host/backing_store_skia.cc » ('j') | content/renderer/render_widget.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698