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

Unified Diff: webkit/glue/webpreferences.h

Issue 10411086: Makes the browser send pixels to the GPU process where it should (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | « ui/compositor/layer_unittest.cc ('k') | webkit/glue/webpreferences.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webpreferences.h
diff --git a/webkit/glue/webpreferences.h b/webkit/glue/webpreferences.h
index 0a8a38b9e02bb3c9e7badb9c920179bfbb07a924..a45ddaf090ae62db5af33013701b64498d92797c 100644
--- a/webkit/glue/webpreferences.h
+++ b/webkit/glue/webpreferences.h
@@ -47,6 +47,7 @@ struct WEBKIT_GLUE_EXPORT WebPreferences {
int minimum_logical_font_size;
int default_device_scale_factor;
std::string default_encoding;
+ bool apply_default_device_scale_factor_in_compositor;
bool javascript_enabled;
bool web_security_enabled;
bool javascript_can_open_windows_automatically;
« no previous file with comments | « ui/compositor/layer_unittest.cc ('k') | webkit/glue/webpreferences.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698