This repository has been archived by the owner on Jun 16, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WK2][EFL] No need to remove surface before replacing
https://bugs.webkit.org/show_bug.cgi?id=103055 Rubberstamped by Simon Hausmann. The surface is stored in a OwnPtr which automatically frees the existing surface after replacing it with a new one. For some reason, this also fixes resizing issues on my Nvidia driver. * UIProcess/API/efl/EwkViewImpl.cpp: (EwkViewImpl::createGLSurface): * UIProcess/API/efl/EwkViewImpl.h: * UIProcess/API/efl/ewk_view.cpp: (_ewk_view_smart_calculate): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@135514 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
c1a5e1a
commit 8e3c571
Showing
4 changed files
with
19 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,21 @@ | ||
2012-11-22 Kenneth Rohde Christiansen <[email protected]> | ||
|
||
[WK2][EFL] No need to remove surface before replacing | ||
https://bugs.webkit.org/show_bug.cgi?id=103055 | ||
|
||
Rubberstamped by Simon Hausmann. | ||
|
||
The surface is stored in a OwnPtr which automatically | ||
frees the existing surface after replacing it with a new | ||
one. For some reason, this also fixes resizing issues on | ||
my Nvidia driver. | ||
|
||
* UIProcess/API/efl/EwkViewImpl.cpp: | ||
(EwkViewImpl::createGLSurface): | ||
* UIProcess/API/efl/EwkViewImpl.h: | ||
* UIProcess/API/efl/ewk_view.cpp: | ||
(_ewk_view_smart_calculate): | ||
|
||
2012-11-22 Christophe Dumez <[email protected]> | ||
|
||
WebKitTestRunner needs layoutTestController.setCacheModel | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters