mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium revision fc6aaca4 (#406441)
This commit is contained in:
@@ -9,6 +9,10 @@
|
||||
CefTextfieldView::CefTextfieldView(CefTextfieldDelegate* cef_delegate)
|
||||
: ParentClass(cef_delegate) {
|
||||
set_controller(this);
|
||||
}
|
||||
|
||||
void CefTextfieldView::Initialize() {
|
||||
ParentClass::Initialize();
|
||||
|
||||
// Use our defaults instead of the Views framework defaults.
|
||||
SetFontList(gfx::FontList(view_util::kDefaultFontList));
|
||||
|
Reference in New Issue
Block a user