Commit 8afa1543 authored by pdr's avatar pdr Committed by Commit bot

Remove unused ImageQualityController friends and includes

This patch removes the following unused test friend:
    FRIEND_TEST_ALL_PREFIXES(
        ImageQualityControllerTest, LowQualityFilterForLiveResize);

In addition, several unused includes have been removed.

BUG=604462

Review URL: https://codereview.chromium.org/1897043003

Cr-Commit-Position: refs/heads/master@{#388570}
parent 8d00b5cf
...@@ -32,13 +32,8 @@ ...@@ -32,13 +32,8 @@
#define ImageQualityController_h #define ImageQualityController_h
#include "base/gtest_prod_util.h" #include "base/gtest_prod_util.h"
#include "core/CoreExport.h"
#include "core/layout/LayoutObject.h" #include "core/layout/LayoutObject.h"
#include "platform/geometry/IntSize.h"
#include "platform/geometry/LayoutSize.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" #include "wtf/HashMap.h"
namespace blink { namespace blink {
...@@ -87,7 +82,6 @@ private: ...@@ -87,7 +82,6 @@ private:
FRIEND_TEST_ALL_PREFIXES(LayoutPartTest, DestroyUpdatesImageQualityController); FRIEND_TEST_ALL_PREFIXES(LayoutPartTest, DestroyUpdatesImageQualityController);
// For calling setTimer(), // For calling setTimer(),
FRIEND_TEST_ALL_PREFIXES(ImageQualityControllerTest, LowQualityFilterForLiveResize);
FRIEND_TEST_ALL_PREFIXES(ImageQualityControllerTest, LowQualityFilterForResizingImage); FRIEND_TEST_ALL_PREFIXES(ImageQualityControllerTest, LowQualityFilterForResizingImage);
FRIEND_TEST_ALL_PREFIXES(ImageQualityControllerTest, MediumQualityFilterForNotAnimatedWhileAnotherAnimates); FRIEND_TEST_ALL_PREFIXES(ImageQualityControllerTest, MediumQualityFilterForNotAnimatedWhileAnotherAnimates);
FRIEND_TEST_ALL_PREFIXES(ImageQualityControllerTest, DontKickTheAnimationTimerWhenPaintingAtTheSameSize); FRIEND_TEST_ALL_PREFIXES(ImageQualityControllerTest, DontKickTheAnimationTimerWhenPaintingAtTheSameSize);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment