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

Unified Diff: cc/test/fake_image_serialization_processor.h

Issue 2646623002: cc: Remove all blimp code from cc. (Closed)
Patch Set: test build Created 3 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 | « cc/test/fake_engine_picture_cache.cc ('k') | cc/test/fake_image_serialization_processor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/fake_image_serialization_processor.h
diff --git a/cc/test/fake_image_serialization_processor.h b/cc/test/fake_image_serialization_processor.h
deleted file mode 100644
index 308fd49bd15853cab97378f297323d66c8d28d88..0000000000000000000000000000000000000000
--- a/cc/test/fake_image_serialization_processor.h
+++ /dev/null
@@ -1,36 +0,0 @@
-// Copyright 2016 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 CC_TEST_FAKE_IMAGE_SERIALIZATION_PROCESSOR_H_
-#define CC_TEST_FAKE_IMAGE_SERIALIZATION_PROCESSOR_H_
-
-#include <memory>
-
-#include "base/macros.h"
-#include "cc/blimp/client_picture_cache.h"
-#include "cc/blimp/engine_picture_cache.h"
-#include "cc/blimp/image_serialization_processor.h"
-#include "cc/test/picture_cache_model.h"
-
-namespace cc {
-
-class FakeImageSerializationProcessor : public ImageSerializationProcessor {
- public:
- FakeImageSerializationProcessor();
- ~FakeImageSerializationProcessor() override;
-
- // ImageSerializationProcessor implementation.
- std::unique_ptr<EnginePictureCache> CreateEnginePictureCache() override;
- std::unique_ptr<ClientPictureCache> CreateClientPictureCache() override;
-
- private:
- // A PictureCacheModel shared between both the engine and client cache.
- std::unique_ptr<PictureCacheModel> picture_cache_model_;
-
- DISALLOW_COPY_AND_ASSIGN(FakeImageSerializationProcessor);
-};
-
-} // namespace cc
-
-#endif // CC_TEST_FAKE_IMAGE_SERIALIZATION_PROCESSOR_H_
« no previous file with comments | « cc/test/fake_engine_picture_cache.cc ('k') | cc/test/fake_image_serialization_processor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698