Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(554)

Unified Diff: gm/internal_links.cpp

Issue 49693004: gm/internal_links test: add kSkipPipe_Flag until we fix bug 1761 (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/internal_links.cpp
===================================================================
--- gm/internal_links.cpp (revision 11985)
+++ gm/internal_links.cpp (working copy)
@@ -50,6 +50,10 @@
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. */
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698