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

Unified Diff: sky/viewer/cc/web_compositor_support_impl.cc

Issue 685983002: Remove Nine Patch layers. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 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 | « sky/viewer/cc/web_compositor_support_impl.h ('k') | sky/viewer/cc/web_nine_patch_layer_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/viewer/cc/web_compositor_support_impl.cc
diff --git a/sky/viewer/cc/web_compositor_support_impl.cc b/sky/viewer/cc/web_compositor_support_impl.cc
index 0b696776a87576dfa2fe36e01777a49b96857aaf..22237517933b495ecfa27bafbc096a09e73ae532 100644
--- a/sky/viewer/cc/web_compositor_support_impl.cc
+++ b/sky/viewer/cc/web_compositor_support_impl.cc
@@ -15,7 +15,6 @@
#include "sky/viewer/cc/web_float_animation_curve_impl.h"
#include "sky/viewer/cc/web_image_layer_impl.h"
#include "sky/viewer/cc/web_layer_impl.h"
-#include "sky/viewer/cc/web_nine_patch_layer_impl.h"
#include "sky/viewer/cc/web_scroll_offset_animation_curve_impl.h"
#include "sky/viewer/cc/web_scrollbar_layer_impl.h"
#include "sky/viewer/cc/web_transform_animation_curve_impl.h"
@@ -33,7 +32,6 @@ using blink::WebFilterAnimationCurve;
using blink::WebFilterOperations;
using blink::WebFloatAnimationCurve;
using blink::WebImageLayer;
-using blink::WebNinePatchLayer;
using blink::WebLayer;
using blink::WebScrollbar;
using blink::WebScrollbarLayer;
@@ -69,10 +67,6 @@ blink::WebImageLayer* WebCompositorSupportImpl::createImageLayer() {
return new WebImageLayerImpl();
}
-blink::WebNinePatchLayer* WebCompositorSupportImpl::createNinePatchLayer() {
- return new WebNinePatchLayerImpl();
-}
-
WebScrollbarLayer* WebCompositorSupportImpl::createScrollbarLayer(
WebScrollbar* scrollbar,
WebScrollbarThemePainter painter,
« no previous file with comments | « sky/viewer/cc/web_compositor_support_impl.h ('k') | sky/viewer/cc/web_nine_patch_layer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698