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

Unified Diff: cc/blink/web_nine_patch_layer_impl.h

Issue 595213002: Cleanup WebNinePatchLayerImpl by removing setBitmap(SkBitmap, const WebRect&) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | cc/blink/web_nine_patch_layer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/blink/web_nine_patch_layer_impl.h
diff --git a/cc/blink/web_nine_patch_layer_impl.h b/cc/blink/web_nine_patch_layer_impl.h
index 1f2e389cccf15b83b062d73ad91a5e8119f0071b..cbb39660cd5145ad306b8d49cc1425160816e801 100644
--- a/cc/blink/web_nine_patch_layer_impl.h
+++ b/cc/blink/web_nine_patch_layer_impl.h
@@ -22,9 +22,6 @@ class WebNinePatchLayerImpl : public blink::WebNinePatchLayer {
// blink::WebNinePatchLayer implementation.
virtual blink::WebLayer* layer();
- // TODO(vivekg): Remove setBitmap(SkBitmap, blink::WebRect) once blink side
- // CL, http://crrev.com/594193002 lands
- virtual void setBitmap(SkBitmap bitmap, const blink::WebRect& aperture);
virtual void setBitmap(const SkBitmap& bitmap);
virtual void setAperture(const blink::WebRect& aperture);
virtual void setBorder(const blink::WebRect& border);
« no previous file with comments | « no previous file | cc/blink/web_nine_patch_layer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698