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

Unified Diff: blimp/engine/app/engine_settings.cc

Issue 1903873003: blimp: Update animation policy for images on the blimp engine. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove EngineSettings cc file. Created 4 years, 8 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 | « blimp/engine/app/engine_settings.h ('k') | blimp/engine/app/settings_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/engine/app/engine_settings.cc
diff --git a/blimp/engine/app/engine_settings.cc b/blimp/engine/app/engine_settings.cc
deleted file mode 100644
index 1df31a8446d1aa0b5d99377be611c532c82ed687..0000000000000000000000000000000000000000
--- a/blimp/engine/app/engine_settings.cc
+++ /dev/null
@@ -1,17 +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.
-
-#include "blimp/engine/app/engine_settings.h"
-
-namespace blimp {
-namespace engine {
-
-EngineSettings::EngineSettings() : record_whole_document(false) {}
-
-EngineSettings::~EngineSettings() {}
-
-EngineSettings::EngineSettings(const EngineSettings& other) = default;
-
-} // namespace engine
-} // namespace blimp
« no previous file with comments | « blimp/engine/app/engine_settings.h ('k') | blimp/engine/app/settings_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698