skia2/include/utils
vandebo@chromium.org 8c1d88dcfb Remove include of SkGLDevice.h from SkGLCanvas.h
The '#include "SkGLDevice.h"' from include/core/SkDevice.h requires internal
Skia code to be added to the include search paths when using the deprecated API.
This change adds back SkGLCanvas.cpp to avoid exposing SkGLDevice.h to the
public API.

The change also includes an explicit virtual destructor on SkDeviceFactory to
silence a -Wnon-virtual-dtor warning and allow for -Werror.

Original Issue: http://codereview.appspot.com/3009041/

Review URL: http://codereview.appspot.com/2994042

git-svn-id: http://skia.googlecode.com/svn/trunk@623 2bbb7eff-a529-9590-31e7-b0007b416f81
2010-11-11 00:49:41 +00:00
..
mac move cg utils out of xcode and into src/include 2008-12-18 19:26:11 +00:00
SkBoundaryPatch.h move boundarypatch into utils 2009-10-28 14:27:20 +00:00
SkCamera.h grab from latest android 2008-12-17 15:59:43 +00:00
SkCubicInterval.h add SkEvalCubicInterval 2009-11-03 15:33:14 +00:00
SkCullPoints.h grab from latest android 2008-12-17 15:59:43 +00:00
SkDumpCanvas.h add drawData() to canvas, to record data blobs 2009-12-04 21:32:27 +00:00
SkGLCanvas.h Remove include of SkGLDevice.h from SkGLCanvas.h 2010-11-11 00:49:41 +00:00
SkInterpolator.h grab from latest android 2008-12-17 15:59:43 +00:00
SkLayer.h add inherit-from-root-transform flag (for fixed-positioning) 2010-03-23 20:10:46 +00:00
SkMeshUtils.h update on boundary patches 2009-10-28 14:25:34 +00:00
SkNinePatch.h grab from latest android 2008-12-17 15:59:43 +00:00
SkNWayCanvas.h add -forceFilter to bench tool 2009-08-04 18:17:15 +00:00
SkParse.h grab from latest android 2008-12-17 15:59:43 +00:00
SkParsePaint.h grab from latest android 2008-12-17 15:59:43 +00:00
SkParsePath.h add SkParsePath to go to/from SVG strings (e.g. "M0,0 L10,20") 2009-06-05 16:21:03 +00:00
SkProxyCanvas.h add drawData() to canvas, to record data blobs 2009-12-04 21:32:27 +00:00
SkSfntUtils.h add SkSfntUtils to parse some known truetype tables 2009-04-14 14:28:22 +00:00
SkTextBox.h export line counts 2010-05-18 21:17:43 +00:00
SkUnitMappers.h grab from latest android 2008-12-17 15:59:43 +00:00