Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(896)

Unified Diff: ui/gfx/image/image_skia_source.h

Issue 854713003: More old files deletion. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Fix tryjobs? Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/gfx/image/image_skia_rep.cc ('k') | ui/gfx/image/image_skia_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/image/image_skia_source.h
diff --git a/ui/gfx/image/image_skia_source.h b/ui/gfx/image/image_skia_source.h
deleted file mode 100644
index 6250032292bd74c97dbde10b25c7a173c50cf774..0000000000000000000000000000000000000000
--- a/ui/gfx/image/image_skia_source.h
+++ /dev/null
@@ -1,29 +0,0 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef UI_GFX_IMAGE_IMAGE_SKIA_SOURCE_H_
-#define UI_GFX_IMAGE_IMAGE_SKIA_SOURCE_H_
-
-#include <vector>
-
-#include "ui/gfx/gfx_export.h"
-
-namespace gfx {
-
-class ImageSkiaRep;
-
-class GFX_EXPORT ImageSkiaSource {
- public:
- virtual ~ImageSkiaSource() {}
-
- // Returns the ImageSkiaRep for the given |scale|. ImageSkia caches the
- // returned ImageSkiaRep and calls this method only if it doesn't have
- // ImageSkiaRep for given |scale|. There is no need for the implementation to
- // cache the image.
- virtual gfx::ImageSkiaRep GetImageForScale(float scale) = 0;
-};
-
-} // namespace gfx
-
-#endif // UI_GFX_IMAGE_IMAGE_SKIA_SOURCE_H_
« no previous file with comments | « ui/gfx/image/image_skia_rep.cc ('k') | ui/gfx/image/image_skia_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698