diff options
author | pkotwicz@chromium.org <pkotwicz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-23 17:18:19 +0000 |
---|---|---|
committer | pkotwicz@chromium.org <pkotwicz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-23 17:18:19 +0000 |
commit | 2486dce785ad4fc513de4cce5128d1d8d4f2bfdf (patch) | |
tree | 32c86a177a81d9f4eb467aa6b8e40daa3f45202b /content/common/view_messages.h | |
parent | 0c8d0e7fa9e3dd94303e24a35d6fd496379b02d4 (diff) | |
download | chromium_src-2486dce785ad4fc513de4cce5128d1d8d4f2bfdf.zip chromium_src-2486dce785ad4fc513de4cce5128d1d8d4f2bfdf.tar.gz chromium_src-2486dce785ad4fc513de4cce5128d1d8d4f2bfdf.tar.bz2 |
Makes the browser send pixels to the GPU process where it should.
This patch fixes the places where we will be sending DIP to the GPU process but should be sending pixels instead to the GPU process once https://bugs.webkit.org/show_bug.cgi?id=86051 lands.
This patch reverts:
http://codereview.chromium.org/127553/
http://codereview.chromium.org/10332077/
Bug=127455, 114677
Test=Manual
SchedulePaintInRect is called with parameters in DIP
TBR=piman@chromium.org,sky@chromium.org,jamesr@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10411086
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138510 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common/view_messages.h')
-rw-r--r-- | content/common/view_messages.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/common/view_messages.h b/content/common/view_messages.h index ae5b913..10695487 100644 --- a/content/common/view_messages.h +++ b/content/common/view_messages.h @@ -137,6 +137,7 @@ IPC_STRUCT_TRAITS_BEGIN(webkit_glue::WebPreferences) IPC_STRUCT_TRAITS_MEMBER(default_font_size) IPC_STRUCT_TRAITS_MEMBER(default_fixed_font_size) IPC_STRUCT_TRAITS_MEMBER(default_device_scale_factor) + IPC_STRUCT_TRAITS_MEMBER(apply_default_device_scale_factor_in_compositor) IPC_STRUCT_TRAITS_MEMBER(minimum_font_size) IPC_STRUCT_TRAITS_MEMBER(minimum_logical_font_size) IPC_STRUCT_TRAITS_MEMBER(default_encoding) |