mirror of
				https://bitbucket.org/chromiumembedded/cef
				synced 2025-06-05 21:39:12 +02:00 
			
		
		
		
	Remove the legacy off-screen rendering implementation. A new implementation is required (issue #1257).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1678 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
		@@ -61,12 +61,6 @@ class CefBrowserHostCToCpp
 | 
			
		||||
  virtual void CloseDevTools() OVERRIDE;
 | 
			
		||||
  virtual void SetMouseCursorChangeDisabled(bool disabled) OVERRIDE;
 | 
			
		||||
  virtual bool IsMouseCursorChangeDisabled() OVERRIDE;
 | 
			
		||||
  virtual bool IsWindowRenderingDisabled() OVERRIDE;
 | 
			
		||||
  virtual void WasResized() OVERRIDE;
 | 
			
		||||
  virtual void WasHidden(bool hidden) OVERRIDE;
 | 
			
		||||
  virtual void NotifyScreenInfoChanged() OVERRIDE;
 | 
			
		||||
  virtual void Invalidate(const CefRect& dirtyRect,
 | 
			
		||||
      PaintElementType type) OVERRIDE;
 | 
			
		||||
  virtual void SendKeyEvent(const CefKeyEvent& event) OVERRIDE;
 | 
			
		||||
  virtual void SendMouseClickEvent(const CefMouseEvent& event,
 | 
			
		||||
      MouseButtonType type, bool mouseUp, int clickCount) OVERRIDE;
 | 
			
		||||
@@ -76,11 +70,6 @@ class CefBrowserHostCToCpp
 | 
			
		||||
      int deltaY) OVERRIDE;
 | 
			
		||||
  virtual void SendFocusEvent(bool setFocus) OVERRIDE;
 | 
			
		||||
  virtual void SendCaptureLostEvent() OVERRIDE;
 | 
			
		||||
  virtual CefTextInputContext GetNSTextInputContext() OVERRIDE;
 | 
			
		||||
  virtual void HandleKeyEventBeforeTextInputClient(
 | 
			
		||||
      CefEventHandle keyEvent) OVERRIDE;
 | 
			
		||||
  virtual void HandleKeyEventAfterTextInputClient(
 | 
			
		||||
      CefEventHandle keyEvent) OVERRIDE;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
#endif  // USING_CEF_SHARED
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user