mark getTotalClip as deprecated
authorreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 12 Apr 2012 16:12:16 +0000 (16:12 +0000)
committerreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 12 Apr 2012 16:12:16 +0000 (16:12 +0000)
remove unimplemented (and duplicate) getTotalClipBounds

git-svn-id: http://skia.googlecode.com/svn/trunk@3661 2bbb7eff-a529-9590-31e7-b0007b416f81

include/core/SkCanvas.h

index edae7d3..a09a592 100644 (file)
@@ -879,18 +879,12 @@ public:
     ClipType getClipType() const;
 
     /** Return the current device clip (concatenation of all clip calls).
-        This does not account for the translate in any of the devices.
-        @return the current device clip (concatenation of all clip calls).
-    */
-    const SkRegion& getTotalClip() const;
-
-    /**
-     *  Return true if the current clip is non-empty.
+     *  This does not account for the translate in any of the devices.
+     *  @return the current device clip (concatenation of all clip calls).
      *
-     *  If bounds is not NULL, set it to the bounds of the current clip
-     *  in global coordinates.
+     *  DEPRECATED -- call getClipDeviceBounds() instead.
      */
-    bool getTotalClipBounds(SkIRect* bounds) const;
+    const SkRegion& getTotalClip() const;
 
     /**
      *  Return the current clipstack. This mirrors the result in getTotalClip()