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

Side by Side Diff: ui/base/resource/resource_data_dll_win.cc

Issue 2209363002: Remove material design resource pak infrastructure (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove another mac test file Created 4 years, 4 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 unified diff | Download patch
« no previous file with comments | « ui/base/resource/resource_data_dll_win.h ('k') | ui/base/resource/resource_handle.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "ui/base/resource/resource_data_dll_win.h" 5 #include "ui/base/resource/resource_data_dll_win.h"
6 6
7 #include <stddef.h> 7 #include <stddef.h>
8 8
9 #include "base/logging.h" 9 #include "base/logging.h"
10 #include "base/memory/ref_counted_memory.h" 10 #include "base/memory/ref_counted_memory.h"
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 } 55 }
56 56
57 ResourceHandle::TextEncodingType ResourceDataDLL::GetTextEncodingType() const { 57 ResourceHandle::TextEncodingType ResourceDataDLL::GetTextEncodingType() const {
58 return BINARY; 58 return BINARY;
59 } 59 }
60 60
61 ScaleFactor ResourceDataDLL::GetScaleFactor() const { 61 ScaleFactor ResourceDataDLL::GetScaleFactor() const {
62 return ui::SCALE_FACTOR_NONE; 62 return ui::SCALE_FACTOR_NONE;
63 } 63 }
64 64
65 bool ResourceDataDLL::HasOnlyMaterialDesignAssets() const {
66 return false;
67 }
68
69 } // namespace ui 65 } // namespace ui
OLDNEW
« no previous file with comments | « ui/base/resource/resource_data_dll_win.h ('k') | ui/base/resource/resource_handle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698