VirtualBox

Ignore:
Timestamp:
Nov 5, 2014 11:23:32 AM (10 years ago)
Author:
vboxsync
Message:

Host 3D: Chromium server: drop non-functional code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/server_presenter.h

    r53167 r53232  
    206206
    207207        CrFbWindow(uint64_t parentId);
    208         bool IsCreated() const;
    209208        bool IsVisivle() const;
    210         void Destroy();
    211209        int Reparent(uint64_t parentId);
    212210        int SetVisible(bool fVisible);
     
    226224        bool isPresentNeeded();
    227225        bool checkInitedUpdating();
     226        void Destroy();
    228227
    229228    private:
     
    261260        virtual int UpdateBegin(struct CR_FRAMEBUFFER *pFb);
    262261        virtual void UpdateEnd(struct CR_FRAMEBUFFER *pFb);
    263         virtual int RegionsChanged(struct CR_FRAMEBUFFER *pFb);
    264         virtual int EntryCreated(struct CR_FRAMEBUFFER *pFb, HCR_FRAMEBUFFER_ENTRY hEntry);
    265         virtual int EntryReplaced(struct CR_FRAMEBUFFER *pFb, HCR_FRAMEBUFFER_ENTRY hNewEntry, HCR_FRAMEBUFFER_ENTRY hReplacedEntry);
    266         virtual int EntryTexChanged(struct CR_FRAMEBUFFER *pFb, HCR_FRAMEBUFFER_ENTRY hEntry);
    267262        virtual int FramebufferChanged(struct CR_FRAMEBUFFER *pFb);
    268263        const RTRECT* getViewportRect();
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette