mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Mac: additional repaint fixes related to issue #360.
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@342 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@@ -176,9 +176,7 @@ class WebWidgetHost {
|
||||
void ResetScrollRect();
|
||||
|
||||
void set_painting(bool value) {
|
||||
#ifndef NDEBUG
|
||||
painting_ = value;
|
||||
#endif
|
||||
}
|
||||
|
||||
void EnsureTooltip();
|
||||
@@ -249,9 +247,8 @@ class WebWidgetHost {
|
||||
|
||||
WebKit::WebKeyboardEvent last_key_event_;
|
||||
|
||||
#ifndef NDEBUG
|
||||
bool painting_;
|
||||
#endif
|
||||
bool layouting_;
|
||||
|
||||
private:
|
||||
base::WeakPtrFactory<WebWidgetHost> weak_factory_;
|
||||
|
Reference in New Issue
Block a user