OSDN Git Service

Remove unused LOW_BANDWIDTH defines. The Cache.cpp change is from webkit.org.
authorPatrick Scott <phanna@android.com>
Tue, 5 May 2009 15:21:38 +0000 (11:21 -0400)
committerPatrick Scott <phanna@android.com>
Tue, 5 May 2009 15:21:38 +0000 (11:21 -0400)
WebCore/config.h
WebCore/loader/Cache.cpp

index 30398e2..6470466 100644 (file)
@@ -76,7 +76,6 @@
 #define WTF_USE_JAVASCRIPTCORE_BINDINGS 1
 #define WTF_USE_NPOBJECT 1
 #endif
-#define WTF_USE_LOW_BANDWIDTH_DISPLAY 1
 #define LOG_DISABLED 1
 #include <wtf/Assertions.h>
 // center place to handle which option feature ANDROID will enable
index 7f58bf2..539c5fc 100644 (file)
@@ -30,9 +30,6 @@
 #include "CachedXSLStyleSheet.h"
 #include "DocLoader.h"
 #include "Document.h"
-#if USE(LOW_BANDWIDTH_DISPLAY)
-#include "Frame.h"
-#endif
 #include "FrameLoader.h"
 #include "FrameView.h"
 #include "Image.h"