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:
Marshall Greenblatt
2011-10-26 14:21:49 +00:00
parent 3968878583
commit 5155483796
2 changed files with 77 additions and 81 deletions

View File

@@ -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_;