summaryrefslogtreecommitdiffstats
path: root/chrome/utility/font_cache_handler_win.cc
diff options
context:
space:
mode:
authorthakis <thakis@chromium.org>2015-05-01 21:58:39 -0700
committerCommit bot <commit-bot@chromium.org>2015-05-02 04:59:22 +0000
commit43ae9a23721fd07e8c31d2500dd3e104952fa540 (patch)
treeaa6b06c68c8103463564a10b4c1d492e8e4eb36c /chrome/utility/font_cache_handler_win.cc
parent8556838adc1a19043c9baa8e4d52d95c37a5a8ed (diff)
downloadchromium_src-43ae9a23721fd07e8c31d2500dd3e104952fa540.zip
chromium_src-43ae9a23721fd07e8c31d2500dd3e104952fa540.tar.gz
chromium_src-43ae9a23721fd07e8c31d2500dd3e104952fa540.tar.bz2
win: Work on style plugin warnings in chrome/.
BUG=467287 Review URL: https://codereview.chromium.org/1122643003 Cr-Commit-Position: refs/heads/master@{#328053}
Diffstat (limited to 'chrome/utility/font_cache_handler_win.cc')
-rw-r--r--chrome/utility/font_cache_handler_win.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/utility/font_cache_handler_win.cc b/chrome/utility/font_cache_handler_win.cc
index 6d3964a..cd7aa70 100644
--- a/chrome/utility/font_cache_handler_win.cc
+++ b/chrome/utility/font_cache_handler_win.cc
@@ -10,6 +10,12 @@
#include "content/public/common/dwrite_font_platform_win.h"
#include "content/public/utility/utility_thread.h"
+FontCacheHandler::FontCacheHandler() {
+}
+
+FontCacheHandler::~FontCacheHandler() {
+}
+
bool FontCacheHandler::OnMessageReceived(const IPC::Message& message) {
bool handled = true;
IPC_BEGIN_MESSAGE_MAP(FontCacheHandler, message)