SkDebugCanvas: remove unused <iostream> include.
No only this is unused, but it's pulling in a static initializer (which makes SkDebugCanvas unusable in Chromium). BUG= R=robertphillips@google.com, bungeman@google.com Author: fmalita@chromium.org Review URL: https://chromiumcodereview.appspot.com/17553006 git-svn-id: http://skia.googlecode.com/svn/trunk@9723 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
28eadc9e4d
commit
56a57aeb3c
@ -14,17 +14,6 @@
|
||||
#include "SkDevice.h"
|
||||
#include "SkXfermode.h"
|
||||
|
||||
#ifdef SK_BUILD_FOR_WIN
|
||||
// iostream includes xlocale which generates warning 4530 because we're compiling without
|
||||
// exceptions
|
||||
#pragma warning(push)
|
||||
#pragma warning(disable : 4530)
|
||||
#endif
|
||||
#include <iostream>
|
||||
#ifdef SK_BUILD_FOR_WIN
|
||||
#pragma warning(pop)
|
||||
#endif
|
||||
|
||||
static SkBitmap make_noconfig_bm(int width, int height) {
|
||||
SkBitmap bm;
|
||||
bm.setConfig(SkBitmap::kNo_Config, width, height);
|
||||
|
Loading…
Reference in New Issue
Block a user