Index: third_party/WebKit/Source/core/layout/ImageQualityController.h |
diff --git a/third_party/WebKit/Source/core/layout/ImageQualityController.h b/third_party/WebKit/Source/core/layout/ImageQualityController.h |
index 52925b0912d981847bc1eb887498b469d6938bde..d9da6a44788f9986aed1032397a85ac79cfecdf1 100644 |
--- a/third_party/WebKit/Source/core/layout/ImageQualityController.h |
+++ b/third_party/WebKit/Source/core/layout/ImageQualityController.h |
@@ -32,13 +32,8 @@ |
#define ImageQualityController_h |
#include "base/gtest_prod_util.h" |
-#include "core/CoreExport.h" |
#include "core/layout/LayoutObject.h" |
-#include "platform/geometry/IntSize.h" |
#include "platform/geometry/LayoutSize.h" |
-#include "platform/graphics/Image.h" |
-#include "platform/graphics/ImageOrientation.h" |
-#include "platform/graphics/ImageSource.h" |
#include "wtf/HashMap.h" |
namespace blink { |
@@ -87,7 +82,6 @@ private: |
FRIEND_TEST_ALL_PREFIXES(LayoutPartTest, DestroyUpdatesImageQualityController); |
// For calling setTimer(), |
- FRIEND_TEST_ALL_PREFIXES(ImageQualityControllerTest, LowQualityFilterForLiveResize); |
FRIEND_TEST_ALL_PREFIXES(ImageQualityControllerTest, LowQualityFilterForResizingImage); |
FRIEND_TEST_ALL_PREFIXES(ImageQualityControllerTest, MediumQualityFilterForNotAnimatedWhileAnotherAnimates); |
FRIEND_TEST_ALL_PREFIXES(ImageQualityControllerTest, DontKickTheAnimationTimerWhenPaintingAtTheSameSize); |