Changeset 77164 in webkit
- Timestamp:
- Jan 31, 2011, 2:59:13 PM (14 years ago)
- Location:
- trunk/Source/WebKit/win
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/win/ChangeLog
r77055 r77164 1 2011-01-31 Brady Eidson <beidson@apple.com> 2 3 Reviewed by Adam Roben. 4 5 Fix the clean Windows build. 6 7 * WebKitGraphics.cpp: 8 (WebDrawText): 9 1 10 2011-01-28 Jon Honeycutt <jhoneycutt@apple.com> 2 11 -
trunk/Source/WebKit/win/WebKitGraphics.cpp
r76442 r77164 33 33 34 34 #pragma warning(push, 0) 35 #include <WebCore/CharacterNames.h>36 35 #include <WebCore/Font.h> 37 36 #include <WebCore/FontDescription.h> … … 41 40 #include <WebCore/StringTruncator.h> 42 41 #include <WebCore/WebCoreTextRenderer.h> 42 #include <wtf/unicode/CharacterNames.h> 43 43 44 44 #include <CoreGraphics/CoreGraphics.h> … … 106 106 String drawString(info->text, info->length); 107 107 if (info->drawAsPassword) 108 drawString = drawString.impl()->secure(W ebCore::bullet);108 drawString = drawString.impl()->secure(WTF::Unicode::bullet); 109 109 110 110 context.save();
Note:
See TracChangeset
for help on using the changeset viewer.