aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/internal_links.cpp
diff options
context:
space:
mode:
authorGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-10-29 19:23:26 +0000
committerGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-10-29 19:23:26 +0000
commit40258a5be9afe3820bdc6aed4dd94abff3160d94 (patch)
treeaf6f56a14c7cfdc74fcc2c2d9f6790c3c7699961 /gm/internal_links.cpp
parent4259ef3dbd689c4e57da0fd77bdb2a68f363839e (diff)
Fix pipe/annotation.
We weren't keeping track of the annotation that's on the other side of the pipe. BUG=skia:1761 R=scroggo@google.com Author: mtklein@google.com Review URL: https://codereview.chromium.org/48273011 git-svn-id: http://skia.googlecode.com/svn/trunk@12004 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gm/internal_links.cpp')
-rw-r--r--gm/internal_links.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/gm/internal_links.cpp b/gm/internal_links.cpp
index 4087a31dba..3fdbbd51fc 100644
--- a/gm/internal_links.cpp
+++ b/gm/internal_links.cpp
@@ -50,10 +50,6 @@ protected:
canvas->restore();
}
- virtual uint32_t onGetFlags() const {
- return kSkipPipe_Flag;
- }
-
private:
/** Draw an arbitrary rectangle at a given location and label it with some
* text. */