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

Unified Diff: third_party/WebKit/Source/platform/text/win/HyphenationWin.cpp

Issue 1917423002: Add Hyphenation class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Build fix 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 | « third_party/WebKit/Source/platform/text/mac/HyphenationMac.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/text/win/HyphenationWin.cpp
diff --git a/third_party/WebKit/Source/platform/animation/CompositorAnimationPlayerClient.cpp b/third_party/WebKit/Source/platform/text/win/HyphenationWin.cpp
similarity index 60%
copy from third_party/WebKit/Source/platform/animation/CompositorAnimationPlayerClient.cpp
copy to third_party/WebKit/Source/platform/text/win/HyphenationWin.cpp
index f38fa5e7576e8434a5a2ce0aebaac266c580a3d6..ca2b39fe6cce5b64bfbea81e4f691d92e2a85acc 100644
--- a/third_party/WebKit/Source/platform/animation/CompositorAnimationPlayerClient.cpp
+++ b/third_party/WebKit/Source/platform/text/win/HyphenationWin.cpp
@@ -2,12 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "platform/animation/CompositorAnimationPlayerClient.h"
+#include "platform/text/Hyphenation.h"
namespace blink {
-CompositorAnimationPlayerClient::~CompositorAnimationPlayerClient()
+PassRefPtr<Hyphenation> Hyphenation::platformGetHyphenation(const AtomicString&)
{
+ return nullptr;
}
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/platform/text/mac/HyphenationMac.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698