diff options
author | spang <spang@chromium.org> | 2015-05-19 10:20:41 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-05-19 17:20:35 +0000 |
commit | 3f631cbe673528365f8c0d26188a4a00c942f946 (patch) | |
tree | 0676c795b21e5de7c0bd02301617edc703b7fb6f /content/plugin | |
parent | c90fbc441ef122c1ae71949dfa4ad1bd299c8850 (diff) | |
download | chromium_src-3f631cbe673528365f8c0d26188a4a00c942f946.zip chromium_src-3f631cbe673528365f8c0d26188a4a00c942f946.tar.gz chromium_src-3f631cbe673528365f8c0d26188a4a00c942f946.tar.bz2 |
Remove unused blitting functions from ui/gfx/blit.cc
There are no remaining call sites for either BlitContextToCanvas or
BlitCanvasToContext. Also remove some leftover #includes.
TEST=Linux built compiles & links.
Review URL: https://codereview.chromium.org/1138753003
Cr-Commit-Position: refs/heads/master@{#330543}
Diffstat (limited to 'content/plugin')
-rw-r--r-- | content/plugin/webplugin_proxy.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/content/plugin/webplugin_proxy.cc b/content/plugin/webplugin_proxy.cc index 21f76ea..3c60714 100644 --- a/content/plugin/webplugin_proxy.cc +++ b/content/plugin/webplugin_proxy.cc @@ -21,7 +21,6 @@ #include "skia/ext/platform_canvas.h" #include "skia/ext/platform_device.h" #include "third_party/WebKit/public/web/WebBindings.h" -#include "ui/gfx/blit.h" #include "ui/gfx/canvas.h" #include "url/url_constants.h" |