summaryrefslogtreecommitdiffstats
path: root/skia
Commit message (Collapse)AuthorAgeFilesLines
* 1 Add ScopedGetDC and ScopedSelectObjectyosin@chromium.org2011-10-041-5/+6
| | | | | | | | | | | | | | | | | | | | | | * To mark@, sky@ ** base/win/scoped_hdc.h ** base/win/scoped_select_object.h 2 Fix leak in printing * To kmadhusu@ ** Play object creation command in metafile once ** Fix trivial leaks 3 Fix leak in SKIA * To twiz@ ** Fix font leak BUG=98523 TEST=Manual on Win7 Review URL: http://codereview.chromium.org/8084018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103852 0039d316-1c4b-4281-b951-d872f2087c98
* Otherwise we get these linking errors (I think the GTK flag was enabling the ↵saintlou@chromium.org2011-10-031-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pangocairo dependency somewhere else). LINK(target) out/Debug/webkit_unit_tests /usr/bin/ld: out/Debug/obj.target/skia/libskia.so: error: undefined reference to 'cairo_matrix_init' /usr/bin/ld: out/Debug/obj.target/skia/libskia.so: error: undefined reference to 'cairo_set_matrix' /usr/bin/ld: out/Debug/obj.target/skia/libskia.so: error: undefined reference to 'cairo_reset_clip' /usr/bin/ld: out/Debug/obj.target/skia/libskia.so: error: undefined reference to 'cairo_rectangle' /usr/bin/ld: out/Debug/obj.target/skia/libskia.so: error: undefined reference to 'cairo_clip' /usr/bin/ld: out/Debug/obj.target/skia/libskia.so: error: undefined reference to 'cairo_create' /usr/bin/ld: out/Debug/obj.target/skia/libskia.so: error: undefined reference to 'cairo_destroy' /usr/bin/ld: out/Debug/obj.target/skia/libskia.so: error: undefined reference to 'cairo_surface_destroy' /usr/bin/ld: out/Debug/obj.target/skia/libskia.so: error: undefined reference to 'cairo_matrix_init_identity' /usr/bin/ld: out/Debug/obj.target/skia/libskia.so: error: undefined reference to 'cairo_image_surface_get_stride' /usr/bin/ld: out/Debug/obj.target/skia/libskia.so: error: undefined reference to 'cairo_image_surface_get_data' /usr/bin/ld: out/Debug/obj.target/skia/libskia.so: error: undefined reference to 'cairo_image_surface_create' /usr/bin/ld: out/Debug/obj.target/skia/libskia.so: error: undefined reference to 'cairo_format_stride_for_width' /usr/bin/ld: out/Debug/obj.target/skia/libskia.so: error: undefined reference to 'cairo_image_surface_create_for_data' /usr/bin/ld: out/Debug/obj.target/skia/libskia.so: error: undefined reference to 'cairo_get_target' /usr/bin/ld: out/Debug/obj.target/skia/libskia.so: error: undefined reference to 'cairo_surface_flush' /usr/bin/ld: out/Debug/obj.target/skia/libskia.so: error: undefined reference to 'cairo_surface_mark_dirty' collect2: ld returned 1 exit status make: *** [out/Debug/webkit_unit_tests] Error 1 BUG=97131 TEST=none Review URL: http://codereview.chromium.org/8098016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103803 0039d316-1c4b-4281-b951-d872f2087c98
* Add include path to access Skia utility from within WebKit.caryclark@google.com2011-10-011-0/+5
| | | | | | | | | | | | | | Change https://bugs.webkit.org/show_bug.cgi?id=69144 uses SkCreateCGImageRefWithColorspace which is present in third_party/skia/include/utils/mac/SkCGUtils.h. This path is not visible to WebCore.gyp, so make it visible here. BUG=97830 TEST=none Review URL: http://codereview.chromium.org/8095009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103595 0039d316-1c4b-4281-b951-d872f2087c98
* Reland 103021: Printing preview of a PDF on Mac with Skia only previews the ↵kmadhusu@chromium.org2011-09-282-0/+57
| | | | | | | | | | | | | | | | | last page of the PDF BUG=93145 TEST=Please refer to bug report. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=103021 Original review URL: codereview.chromium.org/7719014 Please refer to trybot results in the last patch of original review url. Review URL: http://codereview.chromium.org/8059034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103082 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 103021 - PrintPreview: Printing preview of a PDF on Mac with Skia ↵kmadhusu@chromium.org2011-09-272-57/+0
| | | | | | | | | | | | | | only previews the last page of the PDF BUG=93145 TEST=Please refer to bug report. Review URL: http://codereview.chromium.org/7719014 TBR=kmadhusu@chromium.org Review URL: http://codereview.chromium.org/8052020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103026 0039d316-1c4b-4281-b951-d872f2087c98
* PrintPreview: Printing preview of a PDF on Mac with Skia only previews the ↵kmadhusu@chromium.org2011-09-272-0/+57
| | | | | | | | | | | last page of the PDF BUG=93145 TEST=Please refer to bug report. Review URL: http://codereview.chromium.org/7719014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103021 0039d316-1c4b-4281-b951-d872f2087c98
* Skia should define SK_BUILD_FOR_ANDROID_NDK when building for Android.peter@chromium.org2011-09-271-2/+17
| | | | | | | | | BUG= TEST= Review URL: http://codereview.chromium.org/8038017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102905 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed build error for skia/ext/canvas_paint_x.hsaintlou@chromium.org2011-09-271-1/+1
| | | | | | | | | | | | There is no conversion from Double in Skia. BUG=97131 TEST=none Review URL: http://codereview.chromium.org/8038033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102850 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed some chrome aura build problemsdavemoore@chromium.org2011-09-233-1/+114
| | | | | | | | | | | | - Removed default_plugin from aura build - Added new canvas_paint_x and renamed canvas_paint_linux to canvas_paint_gtk BUG=97131 TEST=none Review URL: http://codereview.chromium.org/8015012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102555 0039d316-1c4b-4281-b951-d872f2087c98
* Remove a redundant (duplicate) line in skia.gyp.kochi@chromium.org2011-09-211-1/+0
| | | | | | | | | BUG=none TEST=build with/without gtk (e.g. Linux and Win) Review URL: http://codereview.chromium.org/7969015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102086 0039d316-1c4b-4281-b951-d872f2087c98
* aura: Make 'skia' target build and link without gtk.sadrul@chromium.org2011-09-211-12/+17
| | | | | | | | | | | Depends on http://codereview.chromium.org/7904034/ BUG=97131 TEST=none Review URL: http://codereview.chromium.org/7963001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102082 0039d316-1c4b-4281-b951-d872f2087c98
* Build skia for Android.zhenghao@google.com2011-09-1711-19/+148
| | | | | | | | | | | | Add some files and fix some code to make skia build on Android. BUG=none TEST=none Review URL: http://codereview.chromium.org/7920020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101644 0039d316-1c4b-4281-b951-d872f2087c98
* Make skia.gyp reflect renamed header filebsalomon@google.com2011-09-151-1/+1
| | | | | | Review URL: http://codereview.chromium.org/7908012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101362 0039d316-1c4b-4281-b951-d872f2087c98
* Clipped high quality blur in skia has been fixed.bungeman@google.com2011-09-141-1/+0
| | | | | | Review URL: http://codereview.chromium.org/7840032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101091 0039d316-1c4b-4281-b951-d872f2087c98
* roll skia to 2258reed@google.com2011-09-131-0/+3
| | | | | | Review URL: http://codereview.chromium.org/7892006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100948 0039d316-1c4b-4281-b951-d872f2087c98
* Remove dead cairo code.abodenha@chromium.org2011-09-083-828/+0
| | | | | | | | | | BUG= TEST=No visible changes. Review URL: http://codereview.chromium.org/7847002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100281 0039d316-1c4b-4281-b951-d872f2087c98
* roll_skiabsalomon@google.com2011-09-061-0/+1
| | | | | | Review URL: http://codereview.chromium.org/7779052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99756 0039d316-1c4b-4281-b951-d872f2087c98
* implement MakeOpaque at the canvas level, respecting matrix and clipreed@google.com2011-08-316-72/+16
| | | | | | Review URL: http://codereview.chromium.org/7799023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99009 0039d316-1c4b-4281-b951-d872f2087c98
* Roll skia to 2202bsalomon@google.com2011-08-311-1/+3
| | | | | | Review URL: http://codereview.chromium.org/7785011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99001 0039d316-1c4b-4281-b951-d872f2087c98
* CL removing inheritance of SkDevice from PlatformDevice. twiz@google.com2011-08-2821-522/+233
| | | | | | | | | | | | | PlatformDevice is now a base interface, which is implemented by the various flavours of BitmapPlatformDevice, and VectorPlatformDevice. The BitmapPlatformDevice and VectorPlatformDevice classes now inherit directly from SkDevice, or SkPDFDevice, as appropriate. PlatformDevice helper functions access the PlatformDevice interface attached to a SkDevice via meta-data on the SkDevice. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=98230 Review URL: http://codereview.chromium.org/7633040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98585 0039d316-1c4b-4281-b951-d872f2087c98
* Wayland support for views. views_desktop on Wayland.backer@chromium.org2011-08-262-0/+113
| | | | | | | | | | | | | | | | | | | | This CL depends on: * http://codereview.chromium.org/7457023 * http://codereview.chromium.org/7467007 * http://codereview.chromium.org/7473010 Wayland requires newer libraries than Ubuntu currently provides. I've created a list of required dependencies: https://sites.google.com/a/google.com/chrome_on_wayland/home/wayland-build-dependencies BUG= TEST=Built Chrome to verify that Wayland dependencies and changes don't interfere with the usual build. Review URL: http://codereview.chromium.org/7464027 Patch from Daniel Nicoara <dnicoara@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98453 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 98230 - CL removing inheritance of SkDevice from PlatformDevice. twiz@chromium.org2011-08-2521-233/+522
| | | | | | | | | | | | | | | PlatformDevice is now a base interface, which is implemented by the various flavours of BitmapPlatformDevice, and VectorPlatformDevice. The BitmapPlatformDevice and VectorPlatformDevice classes now inherit directly from SkDevice, or SkPDFDevice, as appropriate. PlatformDevice helper functions access the PlatformDevice interface attached to a SkDevice via meta-data on the SkDevice. BUG=none TEST=none Review URL: http://codereview.chromium.org/7633040 TBR=twiz@chromium.org,jbates@chromium.org, dpolukhin@chromium.org, sanjeevr@chromium.org Review URL: http://codereview.chromium.org/7754001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98233 0039d316-1c4b-4281-b951-d872f2087c98
* CL removing inheritance of SkDevice from PlatformDevice. twiz@chromium.org2011-08-2521-522/+233
| | | | | | | | | | | | PlatformDevice is now a base interface, which is implemented by the various flavours of BitmapPlatformDevice, and VectorPlatformDevice. The BitmapPlatformDevice and VectorPlatformDevice classes now inherit directly from SkDevice, or SkPDFDevice, as appropriate. PlatformDevice helper functions access the PlatformDevice interface attached to a SkDevice via meta-data on the SkDevice. BUG=none TEST=none Review URL: http://codereview.chromium.org/7633040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98230 0039d316-1c4b-4281-b951-d872f2087c98
* roll skia to 2160, mirror of http://codereview.chromium.org/7719002/reed@google.com2011-08-241-2/+6
| | | | | | Review URL: http://codereview.chromium.org/7719027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98041 0039d316-1c4b-4281-b951-d872f2087c98
* check for allocPixels failures during resizereed@google.com2011-08-241-0/+11
| | | | | | Review URL: http://codereview.chromium.org/7685056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98032 0039d316-1c4b-4281-b951-d872f2087c98
* Until this roll skia supported only a single GrGLInterace object shared by ↵bsalomon@google.com2011-08-231-2/+4
| | | | | | | | | | | all GrContexts. Now GrGLInterface is a ref counted object and each GrContext can use a different one. This flexibility be needed to use skia-gpu to draw UI elements concurrently with canvas or --enable-accelerated-drawing while in --single-process mode. The former will uses the in-proc WGC3D implementation and the latter uses the cmd-buf implementation. These changes just make Chrome continue to work as it did before. A future change will remove the dependence on setting the "default" GrGLInterface and instead explicitly pass a GrGLInterface to each GrContext constructor that depends on which WGC3D implementation is in use. Review URL: http://codereview.chromium.org/7691002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97862 0039d316-1c4b-4281-b951-d872f2087c98
* Adding traces around skia image resizes so we know when they happen.jbates@chromium.org2011-08-231-0/+7
| | | | | | Review URL: http://codereview.chromium.org/7711021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97798 0039d316-1c4b-4281-b951-d872f2087c98
* Fix crash when allocation of very large HTML canvas fails.junov@chromium.org2011-08-192-0/+16
| | | | | | | | | | | | | | This change introduces skia::TryCreateBitmapCanvas, which is a non-crashing version of CreateBitmapCanvas. This patch alone does not fix that crash. A patch in WebKit will be necessary to make the ImageBuffer constructor in ImageBufferSkia.cpp call TryCreateBitmapCanvas. BUG=88038 TEST=http://www.atopon.org/maze/ Review URL: http://codereview.chromium.org/7686006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97474 0039d316-1c4b-4281-b951-d872f2087c98
* Added Header and Footer support in Linux, Windows and Mac for Skiaaayushkumar@chromium.org2011-08-172-1/+9
| | | | | | | | | | | | BUG=67514 TEST= In the preview tab, note added options for printing headers and footers. Toggle with the checkbox and ensure that the correct headers and footers are displayed. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=97219 Review URL: http://codereview.chromium.org/7348010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97233 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 97219 - Added Header and Footer support in Linux, Windows and Mac for ↵aayushkumar@chromium.org2011-08-172-9/+1
| | | | | | | | | | | | | | | Skia BUG=67514 TEST= In the preview tab, note added options for printing headers and footers. Toggle with the checkbox and ensure that the correct headers and footers are displayed. Review URL: http://codereview.chromium.org/7348010 TBR=aayushkumar@chromium.org Review URL: http://codereview.chromium.org/7670045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97226 0039d316-1c4b-4281-b951-d872f2087c98
* Added Header and Footer support in Linux, Windows and Mac for Skiaaayushkumar@chromium.org2011-08-172-1/+9
| | | | | | | | | | BUG=67514 TEST= In the preview tab, note added options for printing headers and footers. Toggle with the checkbox and ensure that the correct headers and footers are displayed. Review URL: http://codereview.chromium.org/7348010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97219 0039d316-1c4b-4281-b951-d872f2087c98
* Roll Skia 2123->2128ctguil@chromium.org2011-08-171-1/+0
| | | | | | | | | | | Whitespace change: http://codereview.chromium.org/7621036 BUG=none TEST=none TBR=vandebo@chromium.org Review URL: http://codereview.chromium.org/7669005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97117 0039d316-1c4b-4281-b951-d872f2087c98
* base: Fix the TODO in string_util.htfarina@chromium.org2011-08-171-1/+2
| | | | | | | | | | | | | This removes the include of stringprintf.h from string_util.h and fix the clients. BUG=None TEST=None R=evan@chromium.org Review URL: http://codereview.chromium.org/7633055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97067 0039d316-1c4b-4281-b951-d872f2087c98
* Roll Skia 2116 -> 2123.ctguil@chromium.org2011-08-161-5/+5
| | | | | | | Whitespace change: http://codereview.chromium.org/7664017/ Review URL: http://codereview.chromium.org/7661030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97038 0039d316-1c4b-4281-b951-d872f2087c98
* Fix 3D-CSS transform printing - proxy device origin.vandebo@chromium.org2011-08-161-0/+2
| | | | | | | | | | | Depends on Skia r2108,2116 BUG=82746 TEST=print http://www.webkit.org/blog-files/3d-transforms/poster-circle.html Review URL: http://codereview.chromium.org/7620016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96920 0039d316-1c4b-4281-b951-d872f2087c98
* Switch over to using SkRegions to calculate dirty areas.dmaclach@chromium.org2011-08-121-1/+1
| | | | | | | | | | | BUG=91619 TEST=Set up a remoting sesssion and make sure it works. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=96327 Review URL: http://codereview.chromium.org/7491070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96632 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 96327 - Switch over to using SkRegions to calculate dirty areas.dmaclach@chromium.org2011-08-111-1/+1
| | | | | | | | | | | | BUG=91619 TEST=Set up a remoting sesssion and make sure it works. Review URL: http://codereview.chromium.org/7491070 TBR=dmaclach@chromium.org Review URL: http://codereview.chromium.org/7622002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96328 0039d316-1c4b-4281-b951-d872f2087c98
* Switch over to using SkRegions to calculate dirty areas.dmaclach@chromium.org2011-08-111-1/+1
| | | | | | | | | BUG=91619 TEST=Set up a remoting sesssion and make sure it works. Review URL: http://codereview.chromium.org/7491070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96327 0039d316-1c4b-4281-b951-d872f2087c98
* Skia DEPS roll 2051->2088epoger@google.com2011-08-101-0/+3
| | | | | | Review URL: http://codereview.chromium.org/7605006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96170 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 95874 - Roll skia 2051->2062vandebo@chromium.org2011-08-081-1/+0
| | | | | | | | | | | | | | | | Whitespace change: http://codereview.chromium.org/7600002 BUG=NONE TEST=NONE Review URL: http://codereview.chromium.org/7600001 TBR=jianli@chromium.org The following tests started to fail (crash) on WK canary with this roll: 2d.path.arc.zero.1.html 2d.path.bezierCurveTo.basic.html 2d.path.bezierCurveTo.shape.html 2d.path.fill.closed.unaffected.html 2d.path.fill.winding.subtract.3.html 2d.path.moveTo.basic.html 2d.path.rect.end.1.html 2d.path.rect.selfintersect.html 2d.path.rect.zero.4.html 2d.path.stroke.prune.arc.html 2d.path.stroke.prune.rect.html 2d.path.stroke.union.html 2d.shadow.canvas.basic.html 2d.shadow.enable.x.html 2d.state.saverestore.globalCompositeOperation.html context.unrecognised.nullsuffix.html canvas-copyPixels.html canvas-drawImage-incomplete.html canvas-fillPath-pattern-shadow.html canvas-font-ex-units-crash.html Review URL: http://codereview.chromium.org/7600012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95913 0039d316-1c4b-4281-b951-d872f2087c98
* Roll skia 2051->2062vandebo@chromium.org2011-08-081-0/+1
| | | | | | | | | | | Whitespace change: http://codereview.chromium.org/7600002 BUG=NONE TEST=NONE Review URL: http://codereview.chromium.org/7600001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95874 0039d316-1c4b-4281-b951-d872f2087c98
* Fix obsolete dependencies so that needless recompilation does not happen.jeanluc@chromium.org2011-08-041-4/+2
| | | | | | | BUG=71130 Review URL: http://codereview.chromium.org/7545020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95527 0039d316-1c4b-4281-b951-d872f2087c98
* Remove cast to VectorPlatformDeviceEMF.twiz@chromium.org2011-08-042-5/+11
| | | | | | | | | | | | Dependencies on PlatformDevice, and its children should be minimized. Also, added some OVERRIDE tags to touched files. BUG=None TEST=None Review URL: http://codereview.chromium.org/7465104 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95427 0039d316-1c4b-4281-b951-d872f2087c98
* Roll skia to r2028bsalomon@google.com2011-08-021-0/+4
| | | | | | Review URL: http://codereview.chromium.org/7551015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95135 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 94905 - Remove (now obsolete) IsNativeFontRendering apivandebo@chromium.org2011-08-028-1/+27
| | | | | | | | | | | Review URL: http://codereview.chromium.org/7482045 - The webkit side of this change was reverted. TBR=reed@google.com Review URL: http://codereview.chromium.org/7518042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95108 0039d316-1c4b-4281-b951-d872f2087c98
* mac: Components build for skia, easy partthakis@chromium.org2011-08-022-11/+12
| | | | | | | | | | BUG=90078 TEST=none Review URL: http://codereview.chromium.org/7523046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95051 0039d316-1c4b-4281-b951-d872f2087c98
* Remove (now obsolete) IsNativeFontRendering apireed@google.com2011-08-018-27/+1
| | | | | | Review URL: http://codereview.chromium.org/7482045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94905 0039d316-1c4b-4281-b951-d872f2087c98
* Rolling Skia DEPS from r1984 to r1994junov@chromium.org2011-07-291-3/+4
| | | | | | Review URL: http://codereview.chromium.org/7523053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94706 0039d316-1c4b-4281-b951-d872f2087c98
* Rolling Skia DEPS from r1959 to r1980junov@chromium.org2011-07-281-2/+2
| | | | | | Review URL: http://codereview.chromium.org/7524024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94485 0039d316-1c4b-4281-b951-d872f2087c98
* enable rotated freetype fix, now that test_expectations has landed WK65114reed@google.com2011-07-271-1/+0
| | | | | | | once this has landed, will rebaseline those images Review URL: http://codereview.chromium.org/7480024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94273 0039d316-1c4b-4281-b951-d872f2087c98