diff options
author | gangji@google.com <gangji@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-08 21:22:35 +0000 |
---|---|---|
committer | gangji@google.com <gangji@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-08 21:22:35 +0000 |
commit | 4f16c832c1aff0caf218efd4ceb15a60e018d02a (patch) | |
tree | 380d896ef2b496fbd03f95904eb093ccd2284087 /o3d/build/libs.gyp | |
parent | d44992ced69fdd2e88502aea04fd8e312366e268 (diff) | |
download | chromium_src-4f16c832c1aff0caf218efd4ceb15a60e018d02a.zip chromium_src-4f16c832c1aff0caf218efd4ceb15a60e018d02a.tar.gz chromium_src-4f16c832c1aff0caf218efd4ceb15a60e018d02a.tar.bz2 |
Fixing random resizing issues under Windows. When resizing under Windows,
sometimes, the windows is not updated when creating the surface. Now update
the clip region and surface parameters when this happens.
Review URL: http://codereview.chromium.org/6626080
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77334 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/build/libs.gyp')
-rw-r--r-- | o3d/build/libs.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/o3d/build/libs.gyp b/o3d/build/libs.gyp index f398bd7..0386e9f 100644 --- a/o3d/build/libs.gyp +++ b/o3d/build/libs.gyp @@ -76,6 +76,7 @@ ], 'include_dirs': [ '../../<(cairodir)/src', + '../../<(pixmandir)/pixman', '../build/misc', ], }, |